Thank you for your feedback! You have rated this topic in the last 30 days.
addDragEndHandler Method
Attaches an event listener to the DragEnd event of a Infragistics.Web.UI.DragDropBehavior.
Syntax
ASP.NET Ajax Javascript (Specification)
function addDragEndHandler(
handler : Function
) : (Any);
ASP.NET Ajax Javascript (Usage)
var resultVar = instanceOfDragDropEvents.addDragEndHandler(Function);
Parameters
handler
The function that should be called when the event is fired.
Remarks
Fired every time a drag operation ends, whether it was canceled or a drop occurred. This event is always the last event fired. The EventArgs are of type: Infragistics.Web.UI.DragDropEventArgs.